wayland: Uncomment erroneously commented out code
authorBenjamin Otte <otte@redhat.com>
Tue, 6 Dec 2016 16:51:35 +0000 (17:51 +0100)
committerBenjamin Otte <otte@redhat.com>
Tue, 6 Dec 2016 16:51:35 +0000 (17:51 +0100)
commita85a97c1a117bcedf3685337a3fe69fac9bdcb6a
tree199c1edade94e1fc735376b505818d366b15f8f5
parent060365a9bb5077c36c0ea9c36170096c110cffd3
wayland: Uncomment erroneously commented out code

I read the code as if (use_gl) instead of if (!use_gl) and commented it
out in bddfd7bb41cebd9b4e8ea418ce4d8e1f11822e81. That broke drawing on
Wayland without OpenGL completely.

Whoops.

Now it's back.
gdk/wayland/gdkwindow-wayland.c